p {
  margin: 0;
}

body {
  min-width: 1320px;
  max-width: 100%;
  background-color:#FFF;
  margin: 0;
}

/* WebKit内核浏览器 */
::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 10px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 2px;
}

::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 10px;
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  background: #535353;
}

::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background: #ededed;
}

/* IE 浏览器 */
.container {
  /*三角箭头的颜色*/
  scrollbar-arrow-color: #fff;
  /*滚动条滑块按钮的颜色*/
  scrollbar-face-color: #0099dd;
  /*滚动条整体颜色*/
  scrollbar-highlight-color: #0099dd;
  /*滚动条阴影*/
  scrollbar-shadow-color: #0099dd;
  /*滚动条轨道颜色*/
  scrollbar-track-color: #0066ff;
  /*滚动条3d亮色阴影边框的外观颜色——左边和上边的阴影色*/
  scrollbar-3dlight-color: #0099dd;
  /*滚动条3d暗色阴影边框的外观颜色——右边和下边的阴影色*/
  scrollbar-darkshadow-color: #0099dd;
  /*滚动条基准颜色*/
  scrollbar-base-color: #0099dd;

  min-width: 12rem;
}

.pageHead {
  width: 100%;
  height: 8.6rem;
  background-image: url('https://hyzg-app.oss-cn-beijing.aliyuncs.com/hhypc/bannerBc.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items:center;
  min-width: 12rem;
}
.playBtn {
  width: 1.96rem;
  height: 0.57rem;
  box-sizing: border-box;
  box-shadow: 0.08rem 0.11rem 0.23rem 0px rgba(22,25,36,0.25), -0.03rem -0.03rem 0.04rem 0px rgba(255,255,255,0.75);
  border: 0.01rem solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.32rem 0 0.48rem;
  margin: 0.8rem auto 0 auto;
  border-radius: 0.24rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.playBtn:hover {
  width:2.22rem;
  background-color: #FFFFFF;
}
.playBtn:hover .playMsg{
  width:2.22rem;
  color: #333;
}
.playBtn:hover .playArrow{
  border-left: 0.12rem solid #333;
}
.playMsg {
  font-size: 0.16rem;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 0.19rem;
  transition: all 0.5s;
}
.playArrow {
  width: 0;
  height: 0;
  border-left: 0.12rem solid #FFF;
  border-top: 0.08rem solid transparent;
  border-bottom: 0.08rem solid transparent;
  transition: all 0.5s;
}
.headContent {

}
.headTitle {
  width:6.81rem;
  height:1.03rem;
  margin: 0 auto;
  display: flex;
}
.headSubTitle {
  font-size: 0.32rem;
  color: rgba(255,255,255,0.8);
  line-height: 0.32rem;
  letter-spacing: 0.02rem;
  text-align: center;
}

.service_list {
  display: flex;
  justify-content: center;
}

.companyIntroduction {
  padding: 0 0 1.2rem 0;
  background-color: #EDEFF6;
  position: relative;
}
.service_item {
  width: 3.23rem;
  height: 1.39rem;
  background: #2594FA;
  text-align: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.service_item:hover .service_img_mask {
  top: 0;
  background: rgba(28,28,28,0.73);

}

.service_img_mask {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 4rem;
  background: rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease-in;
  box-sizing: border-box;
}

.service_title {
  font-size: 0.28rem;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 0.32rem;
  padding: 0.31rem 0 0.24rem 0;
}

.service_content {
  font-size: 0.28rem;
  color: #FFFFFF;
  line-height: 0.28rem;
}

.text_button_container {
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5rem;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  z-index: 121;
}

.text_button {
  margin-top: 1rem;
  border-radius: 0.03rem;
  height: 0.54rem;
  width: 1rem;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 0.6rem;
  border: 2px solid #fff;
  font-size: 0.22rem;
  min-width: 2rem;
  justify-content: center;
  color: #FFFFFF;
  /* margin-left: 2.5rem; */
  transition: all 0.5s;
  cursor: pointer;
}

.text_button:hover {
  background: #FFFFFF;
  color: #333333;

}

.video {
  width: 100%;
  height: 9.5rem;
  display: block;
}

.video_container {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 9.5rem;
  z-index: 124;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
  min-width: 12rem;
  /* transition: display 0.5s; */
}

.close_button {
  position: absolute;
  right: 0.2rem;
  top: 0.2rem;
  z-index: 101;
  width: 0.5rem;
  height: 0.5rem;

}

.menu_login {
  position: relative;
}

.menu_login:hover .login_list {
  display: block;
}

.login_list {
  display: none;
  top: 0.75rem;
  position: absolute;
  width: 1.6rem;
  background-color: #fff;
  color: #333333;
  border-radius: 0.02rem;
  box-sizing: border-box;
  z-index: 999;
  font-weight: 400;

}

.login_list_item {
  padding: 0.1rem;
}

.login_list_item:hover {
  background: #EBEEF5;
}

.dialog {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 123;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}

.dialog_image {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 10rem;
  border-radius: 0.02rem;
}
.up {
  position: fixed;
  /* right: 0.25rem; */
  right: -5rem;
  bottom: 1rem;
  width: 0.5rem;
  /* display: none; */
  transition: right .5s;
  cursor: pointer;
  z-index: 10;
}
.right_fixed_info {
  position: fixed;
  transition: right .5s;
  right: -5rem;
  bottom: 2rem;
  z-index:10;
}

.right_fixed_info img {
  width: 0.6rem;
}

.icon_item {
  height: 0.8rem;
  position: relative;
  cursor: pointer;
}

.item_content_2 {
  right: 0.8rem !important;
}

.icon_item_1:hover .phone_number {
  display: block;
}

.icon_item_2:hover .phone_number {
  display: block;
}

.icon_item_3:hover .phone_number {
  display: block;
}

.wechat_image_right {
  top: 0 !important;
  right: 0.8rem !important;
  width: 1rem !important;
}

.phone_number {
  position: absolute;
  right: 0.2rem;
  top: 0.67rem;
  width: 2rem;
  font-size: 0.2rem;
  color: #4686ff;
  display: none;
}

.wrapperTransition {
  transition-delay: .3s;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
}

.banner-slide:nth-child(2) {
  color: #fff;
}

.banner-slide p {
  transform: translateX(-200px);
  opacity: 0;
  transition: all .4s;
}

.ani-slide p {
  transform: translateX(0);
  opacity: 1;
}

.swiper-slide {
  position: relative;
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.banner-slide img {
  position: absolute;
}

.title {
  transition-delay: 1s;
  z-index: 10;
}

.title h3 {
  font-weight: 500 !important;
  color: rgba(255, 255, 255, 0);
  /* -webkit-text-stroke: 2px #fff; */
  font-size: 0.4rem;
  letter-spacing: 0.05rem;
  margin: 0;
}

.img-box {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0.6, 0.6);
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  opacity: 0.9;
  overflow: hidden;
}

.img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.2, 1.2) translateX(50%);
  transition-timing-function: cubic-bezier(0.5, 0, 0, 1);
  transition-property: transform;
}

.swiper_text {
  position: absolute;
  margin-top: -.5rem;
  z-index: 20;
  color: #FFFFFF;
  font-size: 0.5rem;
  text-shadow: 3px 3px 3px #000;
}

.swiper_text p {
  letter-spacing: 4px;
}

.servie_mask_btn_container {
  font-size: 0.24rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 1.39rem;
  text-align: center;
  cursor: pointer;
  height: 1.39rem;
}
.aboutUsBox {
  display: flex;
  justify-content:center;
  align-items: center;
  background-color: #fff;
  margin: 0 3rem;
  border-radius: 0.16rem;
  padding: 0.82rem 0 0.82rem 0.85rem;
}
.aboutUsImg_content {
  width: 5.12rem;
  height: 4.38rem;
  border-radius: 0.16rem;
  overflow: hidden;
}
.aboutUsImg {
  width: 5.12rem;
  height: 4.38rem;
}
.aboutUsContent {
  margin-left: 1.30rem;
  margin-right: 0.51rem;
  width: 5.42rem;
}
.pro_more {
  font-size: 0.24rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #2594FA;
  line-height: 0.24rem;
  text-decoration: none;
}
.aboutUsSubTitle {
  font-size: 0.26rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.42rem;
  margin-bottom: 0.24rem;
}
.aboutUsMsg + .aboutUsMsg {
  margin-top: 0.6rem;
}
.aboutUsMsg {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.34rem;
}
.advantageContent {
  width: 100%;
  height: 1.39rem;
  margin: 0 auto;
  position: absolute;
  top: -0.69rem;
  left: 0;
}
.advantageBox {
  width: 12.94rem;
  height: 1.39rem;
  margin: 0 auto;
  box-shadow: 0px 0.13rem 0.17rem 0px rgba(37,148,250,0.26);
}
.connectionBox {
  padding: 1.2rem 0;
  display: flex;
  justify-content:center;
  align-items: center;
  flex-direction: column;
}
.connectionTitle {
  font-size: 0.5rem;
  font-weight: 600;
  color: #000000;
  line-height: 0.6rem;
}
.connectionImg {
  width: 10.96rem;
  height: 6.55rem;
  margin-top: 0.8rem;
}
.businessInfoBox {
  padding: 0.7rem 0;
  display: flex;
  justify-content:center;
}
.infoContent {
  width: 13.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contentBox {
  width: 6.48rem;
}
.contentTitle {
  font-size: 0.32rem;
  color: #000000;
  line-height: 0.4rem;
}
.contentMsg {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.34rem;
  margin-top: 0.32rem;
}
.infoImg {
  width: 4.61rem;
  height: 4.61rem;
}
.digitalBox {
  width:9.8rem;
  margin: 0 auto;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.digitalMsgBox{}
.digitalTitle {
  font-size: 0.42rem;
  color: #000000;
  line-height: 0.6rem;
  text-align: center;
}
.digitalContent {
  font-size: 0.16rem;
  color: #000000;
  line-height: 0.4rem;
  padding: 0.4rem 0 0.62rem 0;
  text-align: center;
}
.digitalBtn {
  font-size: 0.24rem;
  color: #2594FA;
  line-height: 0.4rem;
  cursor: pointer;
  text-align: center;
}
.digitalImg {
  width: 3.78rem;
  height: 6.09rem;
}
.orderMsgBox1 {
  padding-bottom: 0.47rem;
}
.orderMsgBox1, .orderMsgBox2 {
  padding-top: 0.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.greyBc {
  background-color:#EDEFF6;
}
.orderMsgImg {
  width: 11.74rem;
  height: 5.54rem;
  margin: 0.62rem 0;
}
.orderMsgTitle {
  font-size: 0.5rem;
  font-weight: 500;
  color: #000000;
  line-height: 0.8rem;
  text-align: center;
}
.orderMsgContent {
  font-size: 0.2rem;
  color: #000000;
  line-height: 0.4rem;
  letter-spacing: 0.02rem;
  text-align: center;
}
.scrollBox {
  width: 13.2rem;
  height: 6.19rem;
  box-shadow: 0.07rem 0.03rem 0.2rem 0px rgba(211,218,244,0.46);
  border-radius: 0.16rem;
  border: 0.06rem solid #EDEFF6;
  margin: 0.8rem 0 0 0;
  padding: 0.7rem 0 0.7rem 0;
  overflow: hidden;
  box-sizing: border-box;
}
.mainFoot {
  padding-bottom:0.75rem;
  background: #242A4E;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.downloadBox {
  width:13.2rem;
  padding: 0.52rem 1.96rem 0 1.95rem;
  box-sizing: border-box;
  display:flex;
  justify-content:space-between;
  align-items: center;
}
.downloadGroup {}
.downloadTitle {
  line-height: 0.24rem;
  font-size: 0.24rem;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 0.24rem;
}
.downloadBtn {
  display: flex;
  padding: 0.24rem 0 0.32rem 0;
}
.phoneType + .phoneType {
  margin-left: 0.21rem;
}
.phoneType {
  width: 1.74rem;
  height:0.5rem;
  cursor:pointer;
}
.QrCode {
  width: 1.33rem;
  height: 1.33rem;
}
.appShowImage {
  width: 2.82rem;
  height: 5.07rem;
}
.qualificationRow {
  width:13.2rem;
  border-top: 1px solid #FFFFFF;;
  padding: 0.12rem 0 0 0;
  line-height: 0.16rem;
  font-size: 0.16rem;
  color: rgba(255,255,255,0.6);
  line-height: 0.2rem;
}
.lineBtn {
  font-size: 0.16rem;
  color: rgba(255,255,255,0.6);
}
.scrollRow1, .scrollRow2, .scrollRow3 {
  display: flex;
}
.groupImg + .groupImg {
  margin-left: 0.94rem;
}
.groupImg {
  width: 2.17rem;
  height: 1.3rem;
}
.scrollRow1, .scrollRow3 {
  width: 40.43rem;
  -webkit-animation: 26s rowup linear infinite normal;
  -moz-animation: 26s rowup linear infinite normal;
  -o-animation: 26s rowup linear infinite normal;
  -ms-animation: 26s rowup linear infinite normal;
  animation: 26s rowup linear infinite normal;
}
.scrollRow2 {
  width: 43.54rem;
  /* padding-left: 1.61rem; */
  /* width: 45.71rem; */
  margin: 0.44rem 0;
  -webkit-animation: 42s rowup linear infinite normal;
  -moz-animation: 42s rowup linear infinite normal;
  -o-animation: 42s rowup linear infinite normal;
  -ms-animation: 42s rowup linear infinite normal;
  animation: 42s rowup linear infinite normal;
}
.groupBox {
  margin-right: 2.17rem;
}
.more {
  font-size: 0.28rem;
  font-family: PingFang SC-Regular, PingFang SC;
  font-weight: 400;
  color: #2594FA;
  line-height: 0.4rem;
  text-align: right;
  margin-right: 3rem;
  margin-bottom: 1.79rem;
  cursor: pointer;
}
@keyframes rowup {
  0% {
      -webkit-transform: translate3d(0%, 0, 0);
      -moz-transform: translate3d(0%, 0, 0);
      -o-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
      transform: translate3d(0%, 0, 0);
  }
  100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      -moz-transform: translate3d(-100%, 0, 0);
      -o-transform: translate3d(-100%, 0, 0);
      -ms-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0);
  }
}